home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / bbs / clasfy43.zip / CLBATCH.ZIP / UNZIPIT.BAT < prev    next >
DOS Batch File  |  1994-07-21  |  545b  |  11 lines

  1. rem Use this Batch file to unZIP incoming PICTURExx.PXP files
  2. rem %1 is the name of the incoming .PXP file
  3. rem %2 is the Drive:\Pathname (taken from the CFG file entry)
  4. rem    where you want to place the Unzipped files
  5. rem %1 and %2 are passed from the Classified Ads program
  6. rem If an unZipped file causes a duplicate in the directory then
  7. rem PKUNZIP will wait for a response as to whether to overwrite or not
  8. rem If you wish to overwrite without getting a prompt, place -o
  9. rem between pkunzip and %1: PKUNZIP -o %1 %2
  10. pkunzip %1 %2
  11.